Redesigned the ui of assigning task#12
Open
jisnu-glitch wants to merge 87 commits intofeature/task-schedulingfrom
Open
Redesigned the ui of assigning task#12jisnu-glitch wants to merge 87 commits intofeature/task-schedulingfrom
jisnu-glitch wants to merge 87 commits intofeature/task-schedulingfrom
Conversation
Add task scheduling with due date and overdue detection
…nd skill-based assignee recommendations with new Python backend and frontend integration.
…user authentication, task boards, project creation, and team collaboration.
…, new project detail page, and settings page.
…, and wellness data with integrated PieChart and TaskTimeline components.
…ct views, and AI/ML capabilities.
…ct, task, time tracking, and reporting functionalities.
…ssaging, tasks, forms, and an authenticated layout with global search.
…ints and UI components.
Fix auth flow, loading issue and Supabase client setup
…nd user creation dialog, backed by a new database service.
…e development and temporary files, and update README.
…r profiles, including skills, date of birth, and workload.
…rch, and concurrent dev script for ML.
…forms, featuring AI-powered smart assignment and autocomplete for task titles and tags.
…d establish a robust database interaction library.
…iews, and a new API for managing project members.
…d types, while updating UAT cases and the Supabase schema.
…ness analysis with new ML backend, API routes, and UI components.
- Updated migration script to apply new SQL file for merging profiles into users. - Removed obsolete migration scripts related to OTP support, age and skill experience, form links, and age replacement with date of birth. - Modified User interface in types to include age property.
…states during logout
- Add /setup page for new users to enter Supabase credentials (NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_ANON_KEY, SUPABASE_SERVICE_ROLE_KEY) - Live connection test using dynamic Supabase client on the frontend - Copy-to-clipboard .env.local block once all fields are filled - 4-step progress tracker (Create Project > Credentials > Test > Launch) - Expandable hints showing where to find each key in Supabase dashboard - Eye toggle to show/hide secret keys - Light theme UI consistent with the app design - Register /setup as a public route in AuthenticatedLayout (no login required) - Add Self-Host Setup button to landing page Open Source section
Feature/open source setup
fix: make all setup credential fields empty by default
…ions - Created a new pnpm-workspace.yaml file to allow builds for sharp, supabase, and unrs-resolver. - Added altcha.d.ts to define TypeScript types for the Altcha widget, including props for auto, challenge, configuration, and type.
…age handling improvements - Implemented browser-based task draft analysis in CreateTaskDialog, providing insights on priority, confidence, and detected skills. - Expanded message handling in the database layer to support direct messages and thread reactions, including legacy content parsing. - Updated Supabase schema to accommodate new message fields for conversation type, recipient ID, thread root ID, and reactions. - Refactored ML engine to operate entirely within TypeScript, removing the dependency on a separate Python server. - Improved user experience on the product page by updating terminology and descriptions related to ML capabilities. - Added utility functions for skill detection and task assignment, enhancing the overall task management workflow.
…and database layer
…ing, and initial AI assignment integration infrastructure
- Deleted `train.py` which contained the ML training logic for the SetFit model. - Removed `wellness_model.py` that calculated wellness scores based on task load. - Updated README to reflect changes in the ML engine and project structure. - Removed unused Supabase migration scripts and CLI references. - Cleaned up database migration files to ensure integrity and stability of forms and messages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.